Fix64MINumericFix64MLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Fix64M INumeric<Fix64M>.LogicalExclusiveOr(
Fix64M value
)
Private Function LogicalExclusiveOr (
value As Fix64M
) As Fix64M Implements INumeric(Of Fix64M).LogicalExclusiveOr
private:
virtual Fix64M LogicalExclusiveOr(
Fix64M value
) sealed = INumeric<Fix64M>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : Fix64M -> Fix64M
private override LogicalExclusiveOr :
value : Fix64M -> Fix64M
- value Fix64M
- The value with which to compute the logical exclusive OR.
Fix64MThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)